473,465 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

restaurant menu layout

I have a restaurant menu to layout.

http://www.tsmchughs.com/menus/

The format is item name, price, description, and possibly additional
price info (e.g., soup and salad price). I'm trying to decide how
best to use the space. I find that if I leave the width of the menu
items to auto, the layout is too spread out. If I limit the width,
then I have wasted space running along the page. I currently have the
items in 2 columns, but I'm having some trouble with certain versions
of IE/Win. I was wondering if perhaps I'm missing something. Is
there some other way I should consider doing this? Any second
opinions would be appreciated.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #1
1 20375
Brian <us*****@julietremblay.com.invalid-remove-this-part> wrote:
I have a restaurant menu to layout.

http://www.tsmchughs.com/menus/
The menu at e.g. http://www.tsmchughs.com/menus/lunch is quite conveniently
readable - on Lynx. It's less clear on graphic browsers. Except when printed
using your print style sheet, which creates a pretty good presentation,
though it would probably benefit from bolding the dish names.
The format is item name, price, description, and possibly additional
price info (e.g., soup and salad price).
As usual, I wish to point out that you are actually (ab)using <dl> markup
for presentational effects, rather than presenting a list of definitions
(does "$2.95 / Bowl $5.95" constitute a definition of what the term "Soup of
the Day" means?), and then encounter problems with the styling of <dl>
elements.
I currently have the items in 2 columns


And this is somewhat inflexible - it does not work well in narrow windows,
especially since there's the site navigation meny on the left.

There are various approaches to how a menu should be marked up. Instead of
<dl>, I would consider using a table - after all, it is tabular information,
with structurally similar sets of data for each dish - or, maybe more
practically if you don't prefer visual tabular presentation, a collection of
class'ed <div> elements containing headings (<h2>, with the dish names). In
the latter case, you could relatively easily make the entries boxes with a
specific width and height (in em units of course), with borders and floated
to the left, and with adequate padding and margins.

I would actually suggest the simple linear approach, i.e. the <div> way,
which makes it possible to change the appearance later, by changing just a
style sheet, in the best case.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Fat Bloke | last post by:
Not very good at this... A friend has asked me to do his restaurant menu. This has several sections - Starters, Main Courses, Vegetarian, etc, each section having different items within it. ...
26
by: Brian | last post by:
I have to markup a couple of restaurant menus. Two examples follow: Clam Chowder Cup 3.25 / Bowl 6.95 Thick New England-style clam chowder with clams, diced onion and celery, bacon, red bell...
16
by: John | last post by:
I found this code for the site I'm working on (www.sovietposters.tk). It does exactly what I want but I can't figure out how to change the color of the tabs. Anyone any suggestions? John ...
7
by: Paul T. Rong | last post by:
Hello everybody, I am making a db for recording ordered dishes for kitchen and the billing in a restaurant. There is one problem. Rarely but it happens, two customers sharing one table, for...
15
by: Paul T. RONG | last post by:
Hello, I am making a restaurant database (it is much more complicated than I thought before!), now it comes to the last stage and I come across a problem. I will explain it in detail. In a...
1
by: Edward | last post by:
I created a simple CSS layout (code and example below) for bloggin/writing but ran into five issues that I need help with: 1. How do I get rid of the right-margin red line on the last three...
2
by: Brian Kendig | last post by:
I'm trying to make a web page with a restaurant menu on it. Each line on the menu is the name of a dish (left-justified) and that dish's price (right-justified), with a dotted line between them....
1
by: Frasers Bistro | last post by:
When laying out a restaurant menu, is there a specific order in which dishes should be listed? i.e. Meat, Poultry, Seafood, etc.?
0
by: shapper | last post by:
Hi, I have the following layout: http://www.27lamps.com/Beta/Menu/Menu.html It includes a JQuery menu based on SuckerFish: http://alistapart.com/articles/dropdowns The p tag after the menu...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.